翻訳と辞書
Words near each other
・ Balance transfer
・ Balance wheel
・ Balance Your Budget
・ Balance-toi
・ Balanced action
・ Balanced audio
・ Balanced boolean function
・ Balanced budget
・ Balanced Budget Act of 1997
・ Balanced budget amendment
・ Balanced circuit
・ Balanced Ecology
・ Balanced field takeoff
・ Balanced flow
・ Balanced hand
Balanced histogram thresholding
・ Balanced job complex
・ Balanced ligamentous tension
・ Balanced line
・ Balanced literacy
・ Balanced matrix
・ Balanced module
・ Balanced polygamma function
・ Balanced prime
・ Balanced repeated replication
・ Balanced Rock
・ Balanced rudder
・ Balanced salt solution
・ Balanced scorecard
・ Balanced sentence


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Balanced histogram thresholding : ウィキペディア英語版
Balanced histogram thresholding
In image processing, the balanced histogram thresholding method (BHT),〔A. Anjos and H. Shahbazkia. Bi-Level Image Thresholding - A Fast Method. BIOSIGNALS 2008. Vol:2. P:70-76.〕 is a very simple method used for automatic image thresholding. Like Otsu's Method〔Nobuyuki Otsu (1979). "A threshold selection method from gray-level histograms". IEEE Trans. Sys., Man., Cyber. 9: 62–66.〕 and the Iterative Selection Thesholding Method,〔Ridler TW, Calvard S. (1978) Picture thresholding using an iterative selection method, IEEE Trans. System, Man and Cybernetics, SMC-8: 630-632.〕 this is a histogram based thresholding method. This approach assumes that the image is divided in two main classes: The background and the foreground. The BHT method tries to find the optimum threshold level that divides the histogram in two classes.
This method ''weighs'' the histogram, checks which of the two sides is heavier, and removes weight from the heavier side until it becomes the lighter. It repeats the same operation until the edges of the weighing scale meet.
Given its simplicity, this method is a good choice as a first approach when presenting the subject of ''automatic image thresholding''.
==Algorithm==
The following listing, in C notation, is a simplified version of the Balanced Histogram Thresholding method:

int BHThreshold(int;
w_l -= histogram();
}
} else if (w_l >= w_r)
}
return i_m;
}

This method may have problems when dealing with very noisy images, because the ''weighing scale'' may be misplaced. The problem can be minimized by ignoring the extremities of the histogram.〔A. Anjos, R. Leite, M. L. Cancela, H. Shahbazkia. MAQ – A Bioinformatics Tool for Automatic Macroarray Analysis. International Journal of Computer Applications. 2010. Number 7 - Article 1.〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Balanced histogram thresholding」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.